home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast / Apple Advanced Technologies / Apple Speech Technologies 1.5 / PlainTalk Developer Info / Speech Recognition Manager SDK / SR Sample Code / Tiny SR Example / READ ME (tiny example)
Text File  |  1996-04-16  |  799b  |  8 lines

  1.  
  2.  
  3. This folder contains two versions (one MPW C version and one CodeWarrior C version) of a very tiny application that uses speech recognition.  The application simply puts up a window listing a few phrases you can say, and then as you say any of those phrases, the spoken phrase will appear in the window.  
  4.  
  5. This code is not very good Macintosh code, but it illustrates a very simple use of the Speech Recognition Manager in an application.  
  6.  
  7. This application does not take advantage of a useful Speech Recognition Toolbox feature -- the ability to attache values -- refCons -- to phrases, so when a user speaks a phrase your application can immediately tell what was spoken.  Features like these are illustrated better in the Speakable Items Example that should accompany these smaller examples.
  8.